home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / catch_flies.swf / scripts / DefineButton2_92 / BUTTONCONDACTION on(release, keyPress Enter).as
Encoding:
Text File  |  2006-06-13  |  376 b   |  18 lines

  1. on(release, keyPress "<Enter>"){
  2.    gotoAndStop(101);
  3.    if(_root.name ne "")
  4.    {
  5.       _root.loadvars.comments = _root.comments;
  6.       _root.loadvars.name = _root.name;
  7.       _root.loadvars.flies = _root.flies;
  8.       tellTarget("_root.loadvars")
  9.       {
  10.          gotoAndStop(2);
  11.       }
  12.    }
  13.    else if(_root.name eq "")
  14.    {
  15.       gotoAndStop(105);
  16.    }
  17. }
  18.